Skip to content

fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to v4.5#447

Merged
kodiakhq[bot] merged 2 commits intomainfrom
renovate/nl.jqno.equalsverifier-equalsverifier-4.x
May 1, 2026
Merged

fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to v4.5#447
kodiakhq[bot] merged 2 commits intomainfrom
renovate/nl.jqno.equalsverifier-equalsverifier-4.x

Conversation

@cloudquery-ci
Copy link
Copy Markdown
Contributor

@cloudquery-ci cloudquery-ci Bot commented May 1, 2026

This PR contains the following updates:

Package Change Age Confidence
nl.jqno.equalsverifier:equalsverifier (source) 4.4.14.5 age confidence

Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v4.5

Added
  • EqualsVerifier now detects when java.net.URL fields are used in equals or hashCode, since URL.equals() and URL.hashCode() perform DNS resolution, making them network-dependent and non-deterministic. Consider using URI.create(url.toString()) instead. This check can be suppressed with Warning.URL_EQUALITY. (Issue #​1203)

v4.4.2

Changed
  • Multi-line error messages now align better.
Fixed
  • Fixes a bug where a NoSuchElementException was thrown when verifying a Kotlin class that inherits a private val lazy property from a parent class (Issue 1170).
  • Fixes a bug where static fields of certain types (e.g., BigDecimal and boxed Float) were not restored to their original value after EqualsVerifier threw a NullPointerException while null-checking them.
  • Fixes a bug where an Enum<?> field resolved to Enum<Enum<Object>> (because Enum has a self-referential type bound).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cloudquery-ci cloudquery-ci Bot added the automerge Add to automerge PRs once requirements are met label May 1, 2026
@kodiakhq kodiakhq Bot merged commit 7095add into main May 1, 2026
6 checks passed
@kodiakhq kodiakhq Bot deleted the renovate/nl.jqno.equalsverifier-equalsverifier-4.x branch May 1, 2026 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants